home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / config / hpux.make < prev    next >
Encoding:
Text File  |  1991-12-10  |  3.4 KB  |  146 lines

  1. OPTIONALCHANS    = shell lists 822-local smtp uucp x40084 x40088 fax
  2.  
  3. # If fax defined - give type
  4. #FAXDRIVERS = dexNet200 # or ps250 ...
  5.  
  6. #size of page to produce when converting to g3fax encoding
  7. #not defined produces US size pages 216 mm by 273 mm (width, height)
  8. #-DA4 produces A4 size pages 210mm by 297mm
  9. #FAXPAGESIZE = -DA4
  10.  
  11. # This is the external libraries required by all programs. 
  12. # Should include isode at the least. dbm maybe also.
  13. LIBSYS          = -ldsap -lisode -ldbm -lc -lPW -lbsdipc
  14.  
  15.  
  16. # Compilation things.
  17. # C compiler, cc or gcc.
  18. CC              = cc # gcc
  19. OLDCC        = $(CC)
  20. # preprocessor symbols space needs expanding, even more than ISODE requires.
  21. CCOPTIONS       = -O -W p,-H384000   $(OPTIONS)
  22. LIBCCOPTIONS    = $(CCOPTIONS)
  23. LDOPTIONS       = -s # -g
  24.  
  25.  
  26. ############################################################
  27. #
  28. # These things may need changing
  29. #
  30. ############################################################
  31.  
  32. # The PP base directory from private binaries et al.
  33. PPDIR        = /usr/lib/pp
  34.  
  35.  
  36. # A private directory for host specific files - set to PPDIR if you
  37. # are not sharing things.
  38. PRIDIR        = $(PPDIR)
  39.  
  40.  
  41. # The spool directory for mail.
  42. SPLDIR        = /usr/spool/pp
  43.  
  44.  
  45. # The base directory for Manual pages /usr/man or /usr/local/man or similar
  46. MANDIR          = /usr/man
  47. # options for installing manual pages...
  48. # includes -bsd42 -bsd44 -ros -sys5 -aix -local -l -hpux
  49. # see script man/inst-man.sh for more details
  50. MANOPTS        = -hpux
  51.  
  52. # The public access binary directory.
  53. USRBINDIR    = /usr/local/bin
  54.  
  55.  
  56. # The username to install PP binaries under
  57. PPUSER        = pp
  58.  
  59.  
  60. # Do you have X11 installed? Leave blank otherwise
  61. X11        = true
  62. #The X libraries. May need -lXext for X11R4
  63. LIBX        = -lXaw -lXmu -lXext -lXt -lX11
  64. # The applications default directory
  65. APPDEFAULTS     = /usr/lib/X11/app-defaults
  66.  
  67.  
  68. # SMTP DNS support - either empty or the resolver library
  69. LIBRESOLV    =
  70.  
  71. # photo library
  72. LIBPHOTO    = /usr/etc/g3fax/libphoto.a
  73.  
  74. # These commands have a habit of moving around
  75. CHOWN        = chown
  76. CHMOD        = chmod
  77.  
  78.  
  79.  
  80. # If grey book is defined - these need to be correct - otherwise ignore
  81. # Niftp src directory - niftp should be built beforehand.
  82. NIFTPSRC    = /usr/src/local/niftp
  83. # The niftp interface in use.
  84. NIFTPINTERFACE    = hpux
  85.  
  86. ############################################################
  87. #
  88. # These things are probably OK as they are...
  89. #
  90. ############################################################
  91.  
  92. MAKE        = ./make
  93. SHELL        = /bin/sh
  94.  
  95. TXTDIR        = $(PPDIR)
  96. PRIDIR        = $(PPDIR)
  97. #
  98. #  These are all sub dirs
  99. TAILOR        = $(PRIDIR)/tailor
  100. BINDIR          = $(PPDIR)/bin
  101. CMDDIR          = $(PPDIR)/cmds
  102. TBLDIR          = $(TXTDIR)/tables
  103. LOGDIR          = $(SPLDIR)/logs
  104. QUEDIR        = $(SPLDIR)/queues
  105. CHANDIR         = $(CMDDIR)/chans
  106. FORMDIR         = $(CMDDIR)/format
  107. TOOLDIR        = $(CMDDIR)/tools
  108.  
  109. # ISODE dependencies
  110. PEPY            = pepy
  111. PYFLAGS         =
  112. ROSY        = rosy
  113. RYFLAGS        =
  114. POSY        = posy
  115. POFLAGS        =
  116. PEPSY        = pepsy
  117. PEPSYHDRS    = /usr/local/include/isode/pepsy
  118. # Other Libraries and programs
  119.  
  120. # Archive Configuration
  121. AR              = ar
  122. ARFLAGS         =
  123. RANLIB          = echo
  124.  
  125. # Lint Config
  126. LINT            = lint
  127. LINTFLAGS       = -haxbc
  128.  
  129. # program protections?
  130. PGMPROT         = 755
  131. ROOTUSER    = root
  132.  
  133. # Other things
  134. BACKUP        = cp
  135. INSTALL        = cp
  136.  
  137. # Documentation support
  138. LATEX           = latex
  139. TGRIND          = tgrind
  140. GRINDEFS        = grindefs
  141. WEAVE           = weave
  142. DVI2PS          = dvi2ps
  143. DVIIMP          = dviimp
  144. DVISP           = dvisp
  145. DFLAGS          =
  146.